import { OutgoingLog } from '@/types'; export declare const AUDIO_PLAYING_KEY = "audio_playing"; export type BotProps = { typebot: string | any; isPreview?: boolean; resultId?: string; startGroupId?: string; prefilledVariables?: Record; apiHost?: string; onNewInputBlock?: (ids: { id: string; groupId: string; }) => void; onAnswer?: (answer: { message: string; blockId: string; }) => void; onInit?: () => void; onEnd?: () => void; onNewLogs?: (logs: OutgoingLog[]) => void; }; export declare const Bot: (props: BotProps & { class?: string; }) => import("solid-js").JSX.Element; /*** * * ["virtual", "assistance", "mophit", "yes"] * ["virtual", "fetching", ""fetching", yes"] * */ //# sourceMappingURL=Bot%20copy.d.ts.map